home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00289.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  129 b   |  8 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     puppetTransition(6, 2, 8)
  4.     go("LF0")
  5.     puppetTransition(0)
  6.   end if
  7. end
  8.